home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 May: Tool Chest / Developer CD Series Tool Chest (Apple Computer)(May 1999).iso / Tool Chest / Development Kits / MPW Related / Zones
Encoding:
Text File  |  1990-08-02  |  263 b   |  14 lines  |  [TEXT/MPS ]

  1. talktool -z > ttemp.cmd
  2. open ttemp.cmd
  3. find • ttemp.cmd
  4. if {#} == 1
  5.     replace -c ∞ /"## '"/ "talktool -n -t '{1}' -z '" ttemp.cmd
  6. else
  7.     replace -c ∞ /"## '"/ "talktool -n -z '" ttemp.cmd
  8. end
  9. save ttemp.cmd
  10. close ttemp.cmd
  11. execute ttemp.cmd
  12. delete ttemp.cmd
  13. exit 0
  14.